@charset "utf-8"; /* css 重置 */
.iProBanner ul,.iProBanner li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.iProBanner img {
    border: 0;
}

.iProBanner a {
    text-decoration: none;
}

/* 本例子css */
.iProBanner {
    width: 100%;
    /* min-width: 1318px; */
    height: 800px;
    /* overflow: hidden; */
    position: relative;
}

/* 修改 高度，         修改 最少宽度【暂时不修改】 */
.iProBanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.iProBanner .bd li {
    zoom:1; vertical-align: middle;
}

.iProBanner .hd {
    position: absolute;
    top: 780px;
    left: 47.5%;
}

.iProBanner .hd ul {
    overflow: hidden;
    zoom:1; float: left;
}

.iProBanner .hd ul li {
    float: left;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-right: 10px;
    background: #bfbfbf;
    border-radius: 30px;
}

.iProBanner .hd ul li.on {
    background: #d51519;
}

.iProBanner .bd a.prev, .iProBanner .bd a.next {
    display: block;
    width: 34px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    background: url(/template/images/bt_36.png) no-repeat;
    top: -42px;
    z-index: 500;
}

.iProBanner .bd a.prev {
    left: 78px;
    background-position-x: -34px;
}

.iProBanner .bd a.prev:hover {
    background-position-x: 0;
}

.iProBanner .bd a.next {
    left: 111px;
    background-position-x: -68px;
}

.iProBanner .bd a.next:hover {
    background-position-x: -102px;
}

/* 自行修改 */
.shareProItem {
    float: left;
    width: 283px;
    margin-right: 20px;
    margin-bottom: 24px;
    text-align: center;
    background: #fff;
    min-height: 370px;
    border: 1px solid #eee;
}

.shareProItem:hover {
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.shareProItem:nth-child(4), .shareProItem:nth-child(8), .shareProItem:nth-child(12) {
    margin-right: 0;
}

.shareProItem a.picBox {
    display: block;
    font-size: 19px;
    color: #232b38;
}

.shareProItem a.picBox .txt {
    display: block;
    line-height: 180%;
    font-size: 16px;
    color: #222;
    padding-top: 10px;
}

.shareProItem a.picBox img {
    display: block;
}

.shareProItem a.picBox:hover {
    color: #ef011c;
}

.shareProItem .bt {
    padding-top: 11px;
    text-align: center;
}

.shareProItem .bt a {
    line-height: 30px;
    width: 89px;
    font-size: 13px;
    border: 1px solid #888;
    border-radius: 100px;
    display: inline-block;
}

.shareProItem .bt a:nth-child(1) {
    color: #888;
    margin-right: 15px;
}

.shareProItem .bt a:nth-child(2) {
    color: #cc070c;
    border: 1px solid #cc070c;
}
